Welcome![Sign In][Sign Up]
Location:
Search - ping socket

Search list

[WinSock-NDIS原始套接字ping

Description: 原始套接字ping源代码-original source code socket ping
Platform: | Size: 8400 | Author: 高翔 | Hits:

[Internet-Networkping函数

Description: 用基层套接字写的类似于WINDOWS的PING函数-socket was made with the grass-roots similar to the PING function WINDOWS
Platform: | Size: 4371 | Author: 正清和 | Hits:

[WinSock-NDISSocket 自已写一个ping程序

Description: Socket 自已写一个ping程序-Socket own written procedures for a ping
Platform: | Size: 8980 | Author: 华文广 | Hits:

[Internet-Networkrawsocketping

Description: 创建原始套接字,构造ICMP协议ECHO数据头,发送数据sendto 接收数据recvfrom,分析返回IP数据头及ICMP数据头 程序代码极其简单,适合初学网络编程者参考- Founds the primitive sleeve joint character, structure ICMP the agreement ECHO data head, transmits data sendto receive data recvfrom, the analysis returns to the IP data and the ICMP data procedure code is extremely simple, suitablly begins studies the network programming reference
Platform: | Size: 4096 | Author: 唐富华 | Hits:

[Internet-Networkrawsocket_ping

Description: 用Raw Socket实现ping的程序源代码-with Raw Socket ping of source code
Platform: | Size: 2048 | Author: 赵海峰 | Hits:

[Communication实例63

Description: 本例介绍怎样建立简单的程序,实现类似于系统ping的功能。通过这个例子,您不仅能够学会如何建立一个类似系统"ping"的程序,更主要的是对.NET环境下进行socket级网络编程有初步的认识。-the cases presented on how to establish a simple procedure, similar to the system to achieve ping function. Through this example, you can learn not only how to establish a similar system "ping" of the procedure, the main yes right.NET environment for socket-level network programming a preliminary understanding.
Platform: | Size: 735232 | Author: 和平鸽 | Hits:

[Internet-Networkpingsource

Description: VC实现PING的各个参数,是学习SOCKET编程的 不错参考程序,代码清晰,可读性好-VC PING various parameters, is learning Socket Programming good reference program, code clear and readable
Platform: | Size: 1768448 | Author: 王云 | Hits:

[Internet-Networkping_winsock&icmp

Description: 用VC实现的PING源代码,提供了两种实现方式:1、Windows Socket;2、基于ICMP。代码总共才500多行,对于理解PING程序原理很有帮助-with VC's PING source code, provided implemented in two ways : one, Windows Socket; 2, based on ICMP. A total of code before more than 500 firms, the procedures for understanding PING helpful Principle
Platform: | Size: 5120 | Author: 崔毕 | Hits:

[CommunicationWSPI_SRC.ZIP

Description: 用VC写的一个非常好的关于SOCKET编程的例子,模拟PING命令,也可以用于检测网络的状况。-VC written on a very good examples of socket programming, simulation PING orders can also be used to detect network conditions.
Platform: | Size: 34816 | Author: ql | Hits:

[Internet-Networkping_srcedittion

Description: 该程序在 Windows 2000 Pro+SP4 下编译调试通过(Visual C++ 6.0 IDE环境)。 需要Winsock2支持。 1.该程序采用了winsock的原始套接字编程,实现了基本的Ping功能,使用方法:ping host,默认连续发送4个回显请求。 2.该程序中对ICMP首部的定义采用了非标准形式。即将选项数据中保存时间戳的头4个字节也定义为ICMP首部的一部分,这样ICMP首部就被定义为12个字节。这样主要做主要是为了编程的实现与理解上的方便。 3.根据习惯ICMP首部的标示符字段填充了进程ID。 4.该程序实现了在IP首部记录路由的RR功能,最多记录9个地址。 要实现的功能参数: 1.n 参数 设定发送回显请求的数量 2.l 参数 设定选项数据的填充字节数 3.t 参数 持续的发送回显请求,直到用户按下Control-C停止 4 w 参数 设定接收超时的时间,以毫秒为单位 参数的具体说明可以参考windows自带的ping程序-the program in Windows 2000 SP4 Pro compiler under through debugging (Visual C 6.0 IDE environment). Winsock2 need support. 1. The procedure adopted protocols of the original socket programming, the basic implementation of Ping function, Use : ping host, the default four consecutive send the request back significantly. 2. The procedure for the first ICMP using the definition of non-standard forms. Upcoming options to preserve the timestamp data for the first four bytes are defined as ICMP first part, the first such ICMP was defined as 12 bytes. This is done primarily to the realization of programming and understanding for it. 3. Under customary ICMP first marker Address field filled with the process ID. 4. The program achieved in the first record of IP routing RR functions, the most record
Platform: | Size: 14336 | Author: 赵锐 | Hits:

[TCP/IP stackTping

Description: windows ping程序的实现,采用原始socket编程,用于测试网络连通性。-windows ping procedures to achieve, using original socket programming, used to test network connectivity.
Platform: | Size: 55296 | Author: 赵劲松 | Hits:

[Internet-Networkfengccpp

Description: RS-232-C端口实时监控软件的设计实现、Socket接口实现网络异步通信、用C语言实现Ping程序功能-RS-232-C port real-time monitoring software designed to achieve, Socket Interface network asynchronous communication using C language function Ping procedures
Platform: | Size: 1960960 | Author: fengsl | Hits:

[Other Embeded programucos-tcpip

Description: 基于ucos的TCPIP包。 全部源代码和说明文件 TCP PING ARP CRC ETHERNET HARDWARE INCLUDE IP socket UDP-OUT Beginners package. All source code and documentation PING ARP TCP CRC ETHERNET HARDWARE I NCLUDE UDP IP socket
Platform: | Size: 33792 | Author: 易宏宇 | Hits:

[Internet-Networkvxworks_networking

Description: vxworks 下的网络程序源码 包括,ping,nfs,ftp,tcp,udp等 对vxworks下的网络编程有极高的参考价值-vxworks of network programming source including, ping, nfs, ftp, tcp, udp vxworks such right under the network programming very high reference value
Platform: | Size: 53248 | Author: 邱天 | Hits:

[Internet-NetworkRAWpingping

Description: 这个程序实现了在原始套接字下的Ping程序,具有统计功能,已经通过调试,欢迎下载。-the process of the realization of the original socket Ping procedures, with statistical functions, through debugging, welcome to download.
Platform: | Size: 2048 | Author: 熊波 | Hits:

[TCP/IP stackWin32_Ping

Description: This a basic multi-threaded ping utility using a raw socket. Take a look at the screenshot for the feature list. This code is not 100% mine. It was adapted from code on the internet (Found in several places so not sure of the author). It has been modified alot though. -This a basic multi-threaded ping utilit y using a raw socket. Take a look at the screensho not for the feature list. This code is not 100% mine . It was adapted from code on the internet (Found in several places so not sure of the author). It h as been modified a lot though.
Platform: | Size: 13312 | Author: 微环境 | Hits:

[OtherMyping

Description: 使用原始套接字实现ping命令的功能,以指定发送报文数。 可以指定发送报文长度。 可以指定发送报文的TTL值-Using raw socket to achieve the function of ping command to specify the number of sent messages. Can specify the length of message sent. Send Message to specify the TTL value
Platform: | Size: 26624 | Author: zhenyun | Hits:

[Internet-NetworkWinPing

Description: MFC库,VC++开发环境,Socket网络编程接口,实现网络性能测试Ping-MFC Library, VC++ Development environment, Socket network programming interfaces, network performance testing Ping
Platform: | Size: 3758080 | Author: GYK | Hits:

[Internet-Networkping_src

Description: 一个在Windows的Dos命令行中利用ICMP 与 原始Socket接口对指定IP地址进行Ping的程序. Ping program using ICMP and RAW Sockets-Dos in Windows, use the command line with the original Socket Interface ICMP designated IP address Ping procedure. Ping program using ICMP and RAW Sockets
Platform: | Size: 5120 | Author: zjjjjz | Hits:

[TCP/IP stackPinging

Description: Ping程序的简单实现.用RAW形式的Socket,用到了IP协议和ICMP协议-Ping procedure simple to achieve. With RAW form of Socket, use the IP protocol and the ICMP protocol
Platform: | Size: 10240 | Author: gto9999 | Hits:
« 1 23 4 5 6 7 »

CodeBus www.codebus.net